home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 2000 November
/
Designer's Club 2000 November.iso
/
pc
/
DC Users Guide
/
Tutorials
/
Flash_Tutorial.exe
/
Flash_Tutorial.DXR
/
00167.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-09-29
|
428 b
|
24 lines
on keyDown
if the key = 1 then
set the soundLevel to 1
end if
if the key = 2 then
set the soundLevel to 2
end if
if the key = 3 then
set the soundLevel to 3
end if
if the key = 4 then
set the soundLevel to 4
end if
if the key = 5 then
set the soundLevel to 5
end if
if the key = 6 then
set the soundLevel to 6
end if
if the key = 7 then
set the soundLevel to 7
end if
end